﻿:root {
	/* --color-tema: #FEA733;*//*green;/*#FEA733;*/
	 --color-header: #FF380A; /*#FF380A; /*#ed3e13;*/
	 --color-footer: #FF7E00; /*#FEA733;*/
	 --color-tema: #FEA733; /*#FEA733;*/  /*#172bde; /*#FEA733;#FF7D01; test:#015294;*/
	 --color-enlace:#0B5F8E;
	 --color-boton: #FF7E00;
	 --color-titulo: #FF380A;
	 --color-evento-noticia:#111111;

  }

/* HOME MAIN */
.home .welcome {
	padding: 0px;
}
.content_main_home p {
    line-height: normal;
    margin: inherit;
}
.bloque_main_home {
    height: 240px;
    width: 100%;
    background-image: url(../img/home_main_img.jpg);
    object-fit: contain;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: center;
    padding: 20px 0px 0px 0px;
}
.bg_formas {
    display: block;
    width: 100%;
    height: 275px;
    z-index: 99;
}
.bg_formas::before {
	content: " ";
	background-image: url(../img/blob_left.svg);
	display: block;
	width: 396px;
	height: 404px;
	background-repeat: no-repeat;
	background-position: 00px 0px;
	margin: 25px 0px 0px -140px;
	background-size: 340px;
	position: absolute;
}
.bg_formas::after {
	content: " ";
	background-image: url(../img/blob_right_2.svg);
	display: block;
	width: 222px;
	height: 407px;
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: center;
	margin: -273px 0px 0px 0px;
	background-size: 185px;
	position: absolute;
	margin-left: calc(100% - 222px);
}
.bg_content_main_home {
	background-color: rgba(255, 255, 255, 0.9);
	opacity: 1;
	width: 560px;/*600px*/
	height: 130px;/*140px*/
	margin: 20px auto 0px auto;
	border-radius: 12px;
	padding: 20px;
	position: relative;
	z-index: 99;
}
.content_main_home {
	opacity: 1;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

@media (max-width: 1066px) {

.bg_content_main_home {
	width: 450px;
	height: 110px;
}
.tit_01_main_home {
	font-size: 16px !important;
}
.tit_02_main_home {
	font-size: 28px !important;
}
.bg_formas::before {
	background-size: 250px;
}
.bg_formas::after {
	content: " ";
	background-image: url(../img/blob_right_2.svg);
	display: block;
	width: 222px;
	height: 407px;
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: center;
	margin: -314px 0px 0px 0px;
	background-size: 61%;
	position: absolute;
	margin-left: calc(100% - 222px);
}

}


@media (max-width: 520px) {

.bg_content_main_home {
	width: 80%;
	height: fit-content;
}
.tit_01_main_home {
	font-size: 14px !important;
}
.tit_02_main_home {
	font-size: 20px !important;
}
}



.tit_01_main_home {
	font-size: 21px;/*23px;*/
	width: 100%;
	color: #111;
	font-weight: 700;
	text-align: center;
	margin: 20px 0px 15px 0px;
	line-height: 1.2em;
}
.tit_02_main_home {
	font-size: 32px;/*34px;*/
	width: 100%;
	color: var(--color-titulo);
	font-weight: 700;
	text-align: center;
	width: 100%;
	padding: 10px 20px 20px 20px;
	line-height: 1.2em !important;
}

.content_main_home h1.tit_02_main_home {
    font-size: 32px;
    width: 100%;
    color: var(--color-titulo);
    font-weight: 700;
    text-align: center;
    width: 100%;
    padding: 10px 20px 20px 20px;
    line-height: 1.2em !important;
}
.center-button{
	text-align:center;
}

.enlace_01_main_home {
	font-family: 'Plus Jakarta Sans';
	color: #000;
	text-decoration: none;
	font-weight: 600;
	background-color: #fea733;
	border: solid 3px #fea733;
	padding: 10px 18px 10px 18px;
	font-size: 13px;
	margin: 0px 10px 0px 0px;
}
.enlace_01_main_home:hover {
	background-color: #000;
	color: #fff;
	border: solid 3px #000;
	transition: 0.3s;
}
.enlace_02_main_home {
	font-family: 'Plus Jakarta Sans';
	color: #000;
	text-decoration: none;
	font-weight: 600;
	background-color: #fff;
	border: solid 3px #fea733;
	padding: 10px 18px 10px 18px;
	font-size: 13px;
	margin: 0px 0px 0px 10px;
}
.enlace_01_main_home {
	font-family: 'Poppins';
	color: #000;
	text-decoration: none;
	font-weight: 600;
	background-color: #fea733;
	border: solid 3px #fea733;
	padding: 10px 18px 10px 18px;
	font-size: 13px;
	margin: 0px 10px 0px 0px;
}
.enlace_02_main_home {
	font-family: 'Poppins';
	color: #000;
	text-decoration: none;
	font-weight: 600;
	background-color: #fff;
	border: solid 3px #fea733;
	padding: 10px 18px 10px 18px;
	font-size: 13px;
	margin: 0px 0px 0px 10px;
}
.enlace_02_main_home:hover {
	background-color: #000;
	color: #fff;
	border: solid 3px #000;
	transition: 0.3s;
}


/*  Tabs Block */
.tabs-block {
	display: flex;
	align-items: center;
	justify-content: center;
}

/* Tabs */
 .tabs {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	position: relative;
	background-color: #fff;
}
.tabs label {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1% 2%;
	cursor: pointer;
	color: #9f9f9f;
	/*font-family: 'Poppins';*/
	font-size: 1.2rem;
	font-weight: 700;
	transition: background-color ease 0.3s;
	font-weight: 700;
	font-size: 20px;/*22px;*/
	border-bottom: solid 6px #bbb;
	width: 21%;
	letter-spacing: -0.5px;
}
.tabs fieldset {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    background-color: #fff;
    justify-content: center;
}

.tabs legend {
    display: none;
}

.tab_img_01::after {
    content: " ";
    width: 173px;
    height: 173px;
    border-radius: 10px;
    background-color: var(--color-boton);
    background-image: url(../img/icon_menu_01_idea.svg);
    background-size: 90px;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    margin: -33px 0px 0px -450px;
}
	
.tab_img_02::after {
	content: " ";
	width: 173px;
	height: 173px;
	border-radius: 10px;
	background-color: var(--color-boton);
	background-image: url(../img/icon_menu_02_creacion.svg);
	background-size: 90px;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	margin: -33px 0px 0px -450px;
}
.tab_img_03::after {
	content: " ";
	width: 173px;
	height: 173px;
	border-radius: 10px;
	background-color: var(--color-boton);
	background-image: url(../img/icon_menu_03_crecimiento.svg);
	background-size: 90px;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	margin: -33px 0px 0px -450px;
}
.tab_img_04::after {
	content: " ";
	width: 173px;
	height: 173px;
	border-radius: 10px;
	background-color: var(--color-boton);
	background-image: url(../img/icon_menu_04_transmision_cese.svg);
	background-size: 90px;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	margin: -33px 0px 0px -450px;
}
.tabs .tab {
	flex-grow: 1;
	width: 100%;
	height: fit-content;
	display: none;
	border-radius: 30px;
	margin: 2rem 0rem 0rem 0rem;
	padding: 48px 48px 20px 48px;
	color: #000;
	background-color: #fff;
	box-shadow: 0 10px 10px rgba(0, 0, 0, 0.4);
	border: 1px solid rgba(0,0,0,0.4);
}
.tab_txt {
	padding: 0px 60px 0px 60px;
}
.tit_tab {
	font-size: 24px;
	font-weight: 800;
	font-family: 'Work Sans';
	line-height: 1.2em !important;
	margin: 0px 0px 20px 0px !important;
	text-align: left;
}
.tit_tab span {
    color: #ED3D14;
}

/* Cambio de fuente en Home */
.tit_tab span {
    color: var(--color-titulo);
}
/*
.tabs .tab > *:not(:last-child) {
	margin-bottom: 0.8rem;
}
*/
.tabs [type=radio] {
	display: none;
}
.tabs [type="radio"]:checked + label {
	color: #111;
	border-bottom: 6px solid #fea733 !important;
}
.tabs [type=radio]:checked + label + .tab {
	display: flex;
}
.botton-pagina {
    background-color: var(--color-boton);
    color: #FFF !important;
    border-radius: 50px;
    padding: 14px 50px;
    font-weight: 600;
    font-size: 16px !important;
    border: solid 2px #fff;
    margin: 50px auto 0px auto;
    display: block;
    width: fit-content;
	text-align: center;
}
.botton-pagina:hover {
	text-decoration: none;
	background-color: #fff;
	color: var(--color-boton) !important;
	border: solid 2px var(--color-boton);
	cursor: pointer;
}
/*button {
	background-color: #ff7d01;
	color: #fff;
	border-radius: 50px;
	border: none;
	padding: 12px 60px 12px 60px;
	font-weight: 600;
	font-size: 16px;
	border: solid 2px #fff;
	margin: 25px 0px 40px 0px;
}*/
.tab_txt button:hover {
	text-decoration: none;
	background-color: #fff;
	color: #ff7d01;
	border: solid 2px #ff7d01;
	cursor: pointer;
}
.tab_txt button a {
    color: #fff;
}
.tab_txt button a:hover {
	text-decoration: none;
	color: #ff7d01;
}

/* Tabs Fases de la PYME */
.container_fases_pyme_hom button {
    color: #ffff;
    background-color: #FF7D01;
    border-radius: 12px;
    padding: 10px 50px 10px 50px;
    font-weight: 700;
    letter-spacing: -0.2px;
    font-size: 20px;
    text-align: center;
}
.container_fases_pyme_home {
	width: var(--page-width);/*1260px;*/
	margin: 0px auto 50px auto;
}

.tabs label {
	order: 1;
}

.tabs .tab {
	order: 9;
}

/* Cambio de fuente en Home */
.tit_fase_pyme_home {
	/*font-family: 'Poppins';*/
	font-size: 26px;/*28px;*/
	font-weight: 700;
	text-align: center;
	margin: 30px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	color:black !important;
}
.tabs-container {
    width: var(--page-width);/*1260px;*/
}
.tab_img_01 img, .tab_img_02 img, .tab_img_03 img, .tab_img_04 img {
	width: 460px;/*480px;*/
	border-radius: 12px;
	margin: 0px 0px 0px 0px;
}
.listado_enlaces_destacados_home {
	line-height: 1.5em;
	margin: 15px 0px 10px 0px;
}

@media (max-width: 1440px) {
	
	.tabs-container {
		width: 100%;
		padding: 0px;
	}
	/*.container_fases_pyme_home {
		width: calc(100% - 160px);
	}*/
	.tit_tab {
		text-align: left !important;
		font-size: 24px !important;
	}
}
@media (max-width: 1200px) {

.tab_img_01 img, .tab_img_02 img, .tab_img_03 img, .tab_img_04 img {
	width: 360px;
	border-radius: 12px;
	margin: 0px 0px 0px 0px;
}
.tabs label {
	font-size: 18px !important;
}
}

@media (max-width: 1050px) {

.tit_fase_pyme_home {
	font-size: 20px;
	margin: 25px 0px 30px 0px;
	padding: 0px 0px 0px 0px;
}
.tabs label {
	padding: 0px 0px 10px 0px !important;
	font-size: 14px !important;
	width: 25%;
	text-align: center;
}
.tabs fieldset {
	justify-content: center;
}

.tab_img_01::after, .tab_img_02::after, .tab_img_03::after, .tab_img_04::after {
	width: 120px !important;
	height: 120px !important;
	background-size: 72px  !important;
	margin: -21px 0px 0px -342px  !important;
}
.tab_img_01 img, .tab_img_02 img, .tab_img_03 img, .tab_img_04 img {
	width: 310px;
	margin: 0px 0px 0px 0px;
}
.tab_txt {
	padding: 0px 0px 0px 50px !important;
}
.botton-pagina {
	padding: 14px 30px !important;
	font-size: 14px !important;
	margin: 25px auto 0px auto;
	text-align: center;
}
.tit_tab {
	font-size: 22px !important;
}
.listado_enlaces_destacados_home li {
	font-size: 14px;
	line-height: 1.4em;
}
.listado_enlaces_destacados_home {
	padding: 0px;
}

}


@media (max-width: 1200px) {

.container_fases_pyme_home {
	width: calc(100% - 100px);
}

.tabs [type="radio"]:checked + label + .tab {
	display: block;
}
.tab_img_01 img, .tab_img_02 img, .tab_img_03 img, .tab_img_04 img {
	width: 100%;
	margin: 0px 0px 0px 0px;
	height: 230px;
	object-fit: cover;
}
.tab_txt {
	padding: 15px 0px 0px 0px !important;
}
.listado_enlaces_destacados_home {
	padding: 0px 0px 0px 50px;
}
.tab_img_01::after, .tab_img_02::after, .tab_img_03::after, .tab_img_04::after {
	margin: 0px;
	left: 75px;
	top: 110px;
	margin: 0px !important;
}
.listado_enlaces_destacados_home {
	padding: 0px 0px 0px 12px;
}
.tabs .tab {
	padding: 48px 48px 20px 48px;
}


}


@media (max-width: 700px) {

.container_fases_pyme_home {
	width: calc(100% - 60px);
}
.tab_img_01 img, .tab_img_02 img, .tab_img_03 img, .tab_img_04 img {
	width: 100%;
	margin: 0px 0px 15px 0px;
}
.tabs label {
	font-size: 12px !important;
}
.tab_txt {
	padding: 0px 0px 0px 0px !important;
}

}

@media (max-width: 540px) {
	.tabs label {
		width: 50%;
		margin-bottom: 20px;
	}
	.tabs .tab {
		margin: 10px 0px 0px 0px;
		padding: 24px 24px 20px 24px;
	}
	.tab_img_01::after, .tab_img_02::after, .tab_img_03::after, .tab_img_04::after {
		margin: 0px;
		left: 388px;
		width: 100px !important;
		height: 100px !important;
		background-size: 64px !important;
		margin: 20px 0px 0px -342px !important;
	}
	.tit_tab {
		font-size: 20px !important;
		text-align: center !important;
	}
	.tab_txt {
		padding: 0px 0px 0px 0px !important;
	}
}



@media (max-width: 466px) {

.bloque_main_home {
	height: 190px;
}
.bg_formas {
	height: 235px;
}
.bg_content_main_home {
	padding: 20px 20px 5px 20px;
}
.bg_formas::after {
	left: 0px !important;
	margin-top: -266px;
}
.botton-pagina {
	font-size: 12px !important;
}

}






/*BLOQUE SECCION*/
.bloques_seccion {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0px 0px 10px 0px;
	justify-content: space-between;
	max-width: var(--page-width);/*1260px;*/
	margin: 0px auto;
}

.bloques_seccion {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	padding: 0px 0px 10px 0px;
	justify-content: center;
	margin: 0px auto;
}

.item_seccion img {
    width: 100%;
    border-top-right-radius: 27px;
    border-top-left-radius: 27px;
    border-bottom: 2px solid var(--color-tema);
    height: 124px;
    object-fit: cover;
}

.item_seccion span {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1.2em;
    font-family: 'Poppins';
    font-weight: 600;
    font-size: 15px;
    text-align: center;
    margin-top: 15px;
    padding: 0px 15px 0px 15px;
}
.item_seccion {
	background-color: #FFF;
	border-bottom-right-radius: 30px;
	border-top-right-radius: 30px;
	width: 260px;/*281px;*/
	min-height: 195px;
	margin: 0px 11px 30px;/*0px 15px 30px 15px;*/
	border: solid 2px var(--color-tema);
	color: #111 !important;
	text-decoration: none !important;
	font-size: 18px;
	font-weight: 700;
	padding: 0px 0px 0px 0px;
	border-top-left-radius: 30px;
}

 .item_seccion:hover {
	 background-color: var(--color-tema);
	 color: #000 !important;
	 text-decoration: none !important;
	 border: solid 2px var(--color-tema);
 }


/*BLOQUE SECCION*/

@media (min-width: 768px) {
		
	/*

   .tabs-container {
        padding: 30px 0px 50px 0px;
    }

	.tabs label {
		order: 1;
	}

	.tabs .tab {
		order: 9;
	}

	.tabs [type=radio]:checked + label {
		border-bottom: none;
	}

	*/
}



/* Secciones destacadas HOME */
.bloque_secciones_destacadas {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: var(--page-width);/*1260px;*/
	margin: 0px auto;
}

/* Cambio de fuente en Home */

.tit_destacados_home {
	/*font-family: 'Poppins';*/
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	margin: 40px 0px 48px 0px;
	width: 100%;
  line-height: 1.2em !important;
}


.enlace_destacado_home {
	width: 254px;
	display: flex;
	flex-wrap: wrap;
	margin: 0px 0px 25px 0px;
}
.enlace_destacado_home img {
	border-radius: 10px;
	width: 254px;
	border: solid 1px #dbdbdb;
}
.enlace_destacado_home p {
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	line-height: 1.2em;
	padding: 10px 0px 7px 0px;
	width: 100%;
	color: #111;
}
.enlace_destacado_home a {
	font-size: 17px;
	font-weight: 600;
	text-align: center;
	line-height: 1.2em;
	padding: 10px 0px 7px 0px;
	width: 100%;
	color: #111;
}
.enlace_destacado_home:hover {
    cursor: pointer;
    text-decoration: underline;
}

@media (max-width: 1260px) {
	.bloque_secciones_destacadas {
		/*width: calc(100% - 60px);*/
		padding: 0px 30px 0px 30px;
	}
    
}
/* Noticias de interés HOME*/
.bloque_noticias_twitter_home {
	background-color: #EDEDED;
	padding: 20px 0px 0px 0px;
	margin: 40px 0px 0px 0px;
}
.container_noticias_actualidad_home {
	width: var(--page-width);/*1260px;*/
	margin: 0px auto 0px auto;
  display: flex;
  flex-wrap: wrap;
}
.bloque_izqda_noticias_twitter_home {
	width: 75%;
}
.bloque_dcha_noticias_twitter_home {
	width: 25%;
}
.bloque_noticias_home {
	background-color: #fff;
    padding: 10px 12px ;
    margin: 0px 40px 50px 0px;  
    border-radius: 12px;	
}
.bloque_noticias_home button:hover {
	cursor: pointer;
}
.tit_noticias_home {
	font-family: 'Work Sans';
	font-size: 36px;
	font-weight: 900;
	text-align: left;
	margin: 40px 0px 40px 0px;
	width: 100%;
	line-height: 1.2em !important;
}
.tit_noticias_twitter {
	font-family: 'Work Sans';
	font-size: 36px;
	font-weight: 900;
	text-align: left;
	margin: 40px 0px 40px 0px;
	width: 100%;
	line-height: 1.2em !important;
}

@media (max-width: 1260px) {
	.bloque_izqda_noticias_twitter_home {
		width: 100%;
	}
	.bloque_dcha_noticias_twitter_home {
		width: 100%;
	}
	.bloque_noticias_home {
		margin: 0px 0px 40px 0px;
	}
	.twitter_home {
		margin: 0px 0px 40px 0px;
	}
	.twitter-timeline {
		width: 100% !important;
	}
    
}

.tit_noticias_home {
    /*font-family: 'Poppins';*/
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    margin: 22px 0px 25px 0px;
    width: 100%;
    line-height: 1.2em !important;
}

/*
.tit_noticias_home {
	font-family: 'Poppins';
	font-size: 29px;
	font-weight: 700;
	text-align: left;
	margin: 30px 0px 40px 0px;
	width: 100%;
	line-height: 1.2em !important;
}*/
.tit_noticias_twitter {
	/*font-family: 'Poppins';*/
	font-size: 24px;
	font-weight: 700;
	text-align: left;
	margin: 22px 0px 25px 0px;
	width: 100%;
	line-height: 1.2em !important;
}

.enlace_noticia_home {
	display: flex;
	text-decoration: none;
    padding: 15px 14px 7px 12px;
}
.enlace_noticia_home:hover {
    text-decoration: underline;
    color: #000;
    text-decoration: none;
    background-color: var(--color-tema);
    border-radius: 12px;
}
.tit_noticia_home:hover {
	text-decoration: none;
}

.img_noticia_home {
	margin: 0px 20px 0px 0px;
}
.img_noticia_home img {
	border-radius: 10px;
	border: solid 1px #dbdbdb;
	width: 183px;
	max-height: 130px;
	object-fit: cover;
	object-position: 0px 0px;
}
.fecha_noticia_home {
	color: var(--color-evento-noticia);
	font-size: 13px !important;/*14px*/
	font-weight: 600;
	margin: 0px 0px 5px 0px !important;
}
.tit_noticia_home {
	color: #000;
	font-weight: 600;
	line-height: 1.3em !important;
	font-size: 17px;/*18px;*/
	padding-right: 8px;
}

::marker {
    color: var(--color-titulo);
}

@media (max-width: 1050px) {

	.tit_destacados_home {
		font-size: 20px;
		text-align: center;
		margin: 40px 0px 24px 0px;
	}
	.tit_noticias_home {
		font-size: 20px !important;
		text-align: center !important;
		margin: 30px 0px 24px 0px !important;
	}
	.tit_noticia_home {
		font-size: 16px;
		/*text-align: left;*/
	}
}


@media (max-width: 1440px) {
	.container_noticias_actualidad_home {
		width: calc(100% - 60px) !important;
		padding: 0px 30px 0px 30px;
	}
    
}
@media (max-width: 600px) {
	.enlace_noticia_home {
		display: flex;
		flex-wrap: wrap;
	}
	.tit_noticia_home {
		font-size: 14px;
		/*text-align: left;*/
		letter-spacing: -0.4px;
	}
	.fecha_noticia_home {
		font-size: 12px !important;
	}
	.img_noticia_home img {
		width: 240px;
		max-height: 120px;
	}
}

#lblMasNoticias:hover {
	text-decoration: none;
	background-color: #fff;
	color: #ff7d01;
	border: solid 2px #ff7d01;
}
#lblMasNoticias a:visited {
	color: inherit;
}

/* Estilos datos evento (fecha, lugar...) */
.tit_noticia_eventos {
	font-weight: 600;
	color: var(--color-evento-noticia);
	font-size: 14px !important;
}
.tit_noticia_eventos .fa-clock {
	margin: 0px 0px 0px 10px;
}
.tit_noticia_eventos .fa-location-dot {
	margin: 0px 0px 0px 12px;
}
.tit_noticia_eventos .fa-location-dot::before {
	margin-right: 5px;
}
.tit_noticia_eventos .fa-clock::before {
	margin-right: 5px;
}
.tit_noticia_eventos .fa-calendar-alt {
	margin-right: 5px;
}


/* Twitter home */
.twitter_home {
	display: block;
}


/*Botones destacados Home*/
.bloque_botones_destacados_home {
	display: flex;
	flex-wrap: wrap;
	background-color: #D4E8E7;
	height: fit-content;
	justify-content: center;
	align-items: center;
}
.boton_destacado_home_01 {
	width: 580px;
	display: block;
	line-height: 1.2em;
	background-image: url(../img/img_boton_destacado_home_01v1.png);
	background-size: 580px;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
	margin: 0px 20px 0px 0px;
}
.boton_destacado_home_01 span {
    font-size: 16px;
    color: #111;
    font-weight: 600;
    text-decoration: none;
    width: 320px;
    display: block;
    padding: 53px 0px 0px 200px;
    line-height: 1.4em;
}
.boton_destacado_home_02 {
	width: 580px;
	display: block;
	line-height: 1.2em;
	background-image: url(../img/img_boton_destacado_home_02v1.png);
	background-size: 580px;
	height: 150px;
	background-repeat: no-repeat;
	background-position: center center;
	text-decoration: none;
	margin: 0px 0px 0px 20px;
}
.boton_destacado_home_02 span {
    font-size: 16px;
    color: #111;
    font-weight: 600;
    text-decoration: none;
    width: 300px;
    display: block;
    padding: 53px 0px 0px 220px;
    line-height: 1.4em;
}
.boton_destacado_home_01 span:hover {
    color: #0B5F8E !important;
}
.bloque_botones_destacados_home a:hover, .bloque_botones_destacados_home a:active {
    text-decoration: none;
}
.boton_destacado_home_02 span:hover {
    color: #0B5F8E !important;
}

@media (max-width: 1199px) {
	.boton_destacado_home_01 {
		margin: 0px 0px 0px 0px;
	}
	.boton_destacado_home_02 {
		margin: 0px 0px 0px 0px;
	}
}



@media (max-width: 580px) {

.boton_destacado_home_01 span {
	font-size: 12px;
	width: 200px;
	padding: 20px 0px 0px 106px;
}
.boton_destacado_home_01 {
	width: 300px;
	background-size: 320px;
	height: 90px;
	margin: 0px 0px 0px 0px;
}
.boton_destacado_home_02 span {
	font-size: 12px;
	width: 200px;
	padding: 26px 0px 0px 110px;
}
.boton_destacado_home_02 {
	width: 300px;
	background-size: 320px;
	height: 90px;
	margin: 0px 0px 0px 0px;
}

}


/* Contenedora HOME */
.home .tableCol-75 {
	width: 1360px;
	margin: 0px auto !important;
	display: block;
}

@media (max-width: 1360px) {
    .home .tableCol-75 {
		width: calc(100% - 60px);
		padding: 0px;
    }
    
}

/* Botones páginas internas */
.container_fases_pyme_home .pagina-interna button {
    color: #ffff;
    background-color: #FF7D01;
    border-radius: 12px;
    padding: 10px 50px 10px 50px;
    font-weight: 700;
    letter-spacing: -0.2px;
    font-size: 20px;
    text-align: center;
}

/* X Home */

img.img-logo-x {
    width: 55px;
    margin: 10px 0px 7px 0px;
}